github.com/vmihailenco/msgpack/v5.Decoder.skipExt (method)

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode.go#L545: 		return d.skipExt(c)
		ext.go#L269: func (d *Decoder) skipExt(c byte) error {